PASO 7: Para seguir haciendo nuestra estrella, el robot tiene que girar y avanzar de nuevo.
- Ir a y arrastra Move Forward . Suéltelo en la parte inferior de su programa.
- Cambia el entero en .move_forward() a la variable move .
- Desde arrastre Turn Left hasta la parte inferior de su programa.
- Reemplace el entero en .turn_left() con el angle variable.
To navigate the page using the TAB key, first press ESC to exit the code editor.